home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 60 / IOPROG_60.ISO / soft / c++ / gsl-1.1.1-setup.exe / {app} / src / ode-initval / odeiv_util.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-06-12  |  141 b   |  3 lines

  1. #define DBL_MEMCPY(dest,src,n) memcpy((dest),(src),(n)*sizeof(double))
  2. #define DBL_ZERO_MEMSET(dest,n) memset((dest),0,(n)*sizeof(double))
  3.